home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / rooftopmadness.swf / scripts / DefineButton2_171 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-05-23  |  95 b   |  7 lines

  1. on(release){
  2.    sLives = 10;
  3.    happyKids = 0;
  4.    unhappyKids = 0;
  5.    gotoAndPlay(32);
  6. }
  7.